Html Css Color HEX #255FD3 Cerulean Blue

📋 copy color: '#255FD3'

red 37 ◦ green 95 ◦ blue 211

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

Shades of Cerulean Blue #255FD3

Tints of Cerulean Blue #255FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 61.52%

R = 10.79%
G = 27.7%
B = 61.52%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#255FD3 (or 0x255FD3) is known color: Cerulean Blue. HEX triplet: 25, 5F and D3. RGB value is (37,95,211). Sum of RGB (Red+Green+Blue) = 37+95+211=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 211 (82.81% from 255 or 61.52% from 343); Max value from RGB is 211 - color contains mainly: blue. Hex color #255FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FD3 is #DAA02C. Grayscale: #5A5A5A. Windows color (decimal): -14327853 or 13852453. OLE color: 13852453.

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

Color convert

RGB 37 95 211 -
CMYK 0.82 0.55 0 0.17
HSL 220º 0.7% 0.49% -
HSV(B) 220º 0.82% 0.83% -
XYZ 16.61 13.28 63.32 -
YUV 90.88 195.78 89.57 -
System Red Green Blue C M Y K H S L
Decimal 37 95 211 0.82 0.55 0 0.17 220 0.7 0.49
Hex 25 5F D3 52 37 0 11 DC 46 31
Octal 45 137 323 122 67 0 21 334 106 61
Binary 100101 1011111 11010011 1010010 110111 0 10001 11011100 1000110 110001

Color Harmonies of #255FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FD3

Black with #255FD3

Text Example


Text Example

White with #255FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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