Html Css Color HEX #4255DE Royal Blue

📋 copy color: '#4255DE'

red 66 ◦ green 85 ◦ blue 222

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

Shades of Royal Blue #4255DE

Tints of Royal Blue #4255DE

RGB

 RED value IS 66 (26.17% from 255) = 17.69%

 GREEN value IS 85 (33.59% from 255) = 22.79%

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 17.69%
G = 22.79%
B = 59.52%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4255DE (or 0x4255DE) is known color: Royal Blue. HEX triplet: 42, 55 and DE. RGB value is (66,85,222). Sum of RGB (Red+Green+Blue) = 66+85+222=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #4255DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255DE is #BDAA21. Grayscale: #5E5E5E. Windows color (decimal): -12429858 or 14570818. OLE color: 14570818.

HSL color Cylindrical-coordinate representation of color #4255DE: hue angle of 232.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4255DE is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 85 222 -
CMYK 0.70 0.62 0 0.13
HSL 232.69º 0.7% 0.56% -
HSV(B) 232.69º 0.7% 0.87% -
XYZ 18.68 12.93 70.62 -
YUV 94.94 199.71 107.36 -
System Red Green Blue C M Y K H S L
Decimal 66 85 222 0.70 0.62 0 0.13 232.69 0.7 0.56
Hex 42 55 DE 46 3E 0 D E9 46 38
Octal 102 125 336 106 76 0 15 351 106 70
Binary 1000010 1010101 11011110 1000110 111110 0 1101 11101001 1000110 111000

Color Harmonies of #4255DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4255DE

Black with #4255DE

Text Example


Text Example

White with #4255DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4255DE; }

 p { color: rgb(66,85,222); }

 H1.HeaderClassName
 {
   color: #4255DE;
 }
 .AnyTagClassName
 {
   color: #4255DE;
 }
</style>

background-color css

<style>
 a { background-color: #4255DE; }

 a { background-color: rgb(66,85,222); }

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

border-color css

<style>
 span { border-color: #4255DE; }

 span { border-color: rgb(66,85,222); }

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