Html Css Color HEX #4458DB Royal Blue

📋 copy color: '#4458DB'

red 68 ◦ green 88 ◦ blue 219

#4458DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4458DB

Tints of Royal Blue #4458DB

RGB

 RED value IS 68 (26.95% from 255) = 18.13%

 GREEN value IS 88 (34.77% from 255) = 23.47%

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 18.13%
G = 23.47%
B = 58.4%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4458DB (or 0x4458DB) is known color: Royal Blue. HEX triplet: 44, 58 and DB. RGB value is (68,88,219). Sum of RGB (Red+Green+Blue) = 68+88+219=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #4458DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4458DB is #BBA724. Grayscale: #606060. Windows color (decimal): -12298021 or 14374980. OLE color: 14374980.

HSL color Cylindrical-coordinate representation of color #4458DB: hue angle of 232.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4458DB is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 88 219 -
CMYK 0.69 0.60 0 0.14
HSL 232.05º 0.68% 0.56% -
HSV(B) 232.05º 0.69% 0.86% -
XYZ 18.66 13.32 68.61 -
YUV 96.95 196.87 107.35 -
System Red Green Blue C M Y K H S L
Decimal 68 88 219 0.69 0.60 0 0.14 232.05 0.68 0.56
Hex 44 58 DB 45 3C 0 E E8 44 38
Octal 104 130 333 105 74 0 16 350 104 70
Binary 1000100 1011000 11011011 1000101 111100 0 1110 11101000 1000100 111000

Color Harmonies of #4458DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4458DB

Black with #4458DB

Text Example


Text Example

White with #4458DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4458DB; }

 p { color: rgb(68,88,219); }

 H1.HeaderClassName
 {
   color: #4458DB;
 }
 .AnyTagClassName
 {
   color: #4458DB;
 }
</style>

background-color css

<style>
 a { background-color: #4458DB; }

 a { background-color: rgb(68,88,219); }

 div.DivClassName
 {
   background-color: #4458DB;
 }
 .BgClassName
 {
   background-color: #4458DB;
 }
</style>

border-color css

<style>
 span { border-color: #4458DB; }

 span { border-color: rgb(68,88,219); }

 td.TdClassName
 {
   border-color: #4458DB;
 }
 .TagClassName
 {
   border-color: #4458DB;
 }
</style>