Html Css Color HEX #255FD4 Cerulean Blue

📋 copy color: '#255FD4'

red 37 ◦ green 95 ◦ blue 212

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

Shades of Cerulean Blue #255FD4

Tints of Cerulean Blue #255FD4

RGB

 RED value IS 37 (14.84% from 255) = 10.76%

 GREEN value IS 95 (37.5% from 255) = 27.62%

 BLUE value IS 212 (83.2% from 255) = 61.63%

R = 10.76%
G = 27.62%
B = 61.63%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#255FD4 (or 0x255FD4) is known color: Cerulean Blue. HEX triplet: 25, 5F and D4. RGB value is (37,95,212). Sum of RGB (Red+Green+Blue) = 37+95+212=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 212 (83.20% from 255 or 61.63% from 344); Max value from RGB is 212 - color contains mainly: blue. Hex color #255FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FD4 is #DAA02B. Grayscale: #5A5A5A. Windows color (decimal): -14327852 or 13917989. OLE color: 13917989.

HSL color Cylindrical-coordinate representation of color #255FD4: hue angle of 220.11º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255FD4 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 95 212 -
CMYK 0.83 0.55 0 0.17
HSL 220.11º 0.7% 0.49% -
HSV(B) 220.11º 0.83% 0.83% -
XYZ 16.74 13.33 63.98 -
YUV 91 196.28 89.49 -
System Red Green Blue C M Y K H S L
Decimal 37 95 212 0.83 0.55 0 0.17 220.11 0.7 0.49
Hex 25 5F D4 53 37 0 11 DC 46 31
Octal 45 137 324 123 67 0 21 334 106 61
Binary 100101 1011111 11010100 1010011 110111 0 10001 11011100 1000110 110001

Color Harmonies of #255FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FD4

Black with #255FD4

Text Example


Text Example

White with #255FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255FD4; }

 p { color: rgb(37,95,212); }

 H1.HeaderClassName
 {
   color: #255FD4;
 }
 .AnyTagClassName
 {
   color: #255FD4;
 }
</style>

background-color css

<style>
 a { background-color: #255FD4; }

 a { background-color: rgb(37,95,212); }

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

border-color css

<style>
 span { border-color: #255FD4; }

 span { border-color: rgb(37,95,212); }

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