Html Css Color HEX #254BCB Cerulean Blue

📋 copy color: '#254BCB'

red 37 ◦ green 75 ◦ blue 203

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

Shades of Cerulean Blue #254BCB

Tints of Cerulean Blue #254BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.81%

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 11.75%
G = 23.81%
B = 64.44%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#254BCB (or 0x254BCB) is known color: Cerulean Blue. HEX triplet: 25, 4B and CB. RGB value is (37,75,203). Sum of RGB (Red+Green+Blue) = 37+75+203=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #254BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BCB is #DAB434. Grayscale: #4D4D4D. Windows color (decimal): -14332981 or 13323045. OLE color: 13323045.

HSL color Cylindrical-coordinate representation of color #254BCB: hue angle of 226.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254BCB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 75 203 -
CMYK 0.82 0.63 0 0.20
HSL 226.27º 0.69% 0.47% -
HSV(B) 226.27º 0.82% 0.8% -
XYZ 14.06 9.74 57.64 -
YUV 78.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 37 75 203 0.82 0.63 0 0.20 226.27 0.69 0.47
Hex 25 4B CB 52 3F 0 14 E2 45 2F
Octal 45 113 313 122 77 0 24 342 105 57
Binary 100101 1001011 11001011 1010010 111111 0 10100 11100010 1000101 101111

Color Harmonies of #254BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254BCB

Black with #254BCB

Text Example


Text Example

White with #254BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254BCB; }

 p { color: rgb(37,75,203); }

 H1.HeaderClassName
 {
   color: #254BCB;
 }
 .AnyTagClassName
 {
   color: #254BCB;
 }
</style>

background-color css

<style>
 a { background-color: #254BCB; }

 a { background-color: rgb(37,75,203); }

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

border-color css

<style>
 span { border-color: #254BCB; }

 span { border-color: rgb(37,75,203); }

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