Html Css Color HEX #254FCB Cerulean Blue

📋 copy color: '#254FCB'

red 37 ◦ green 79 ◦ blue 203

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

Shades of Cerulean Blue #254FCB

Tints of Cerulean Blue #254FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

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

R = 11.6%
G = 24.76%
B = 63.64%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#254FCB (or 0x254FCB) is known color: Cerulean Blue. HEX triplet: 25, 4F and CB. RGB value is (37,79,203). Sum of RGB (Red+Green+Blue) = 37+79+203=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #254FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FCB is #DAB034. Grayscale: #505050. Windows color (decimal): -14331957 or 13324069. OLE color: 13324069.

HSL color Cylindrical-coordinate representation of color #254FCB: hue angle of 224.82º 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 #254FCB is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 79 203 -
CMYK 0.82 0.61 0 0.20
HSL 224.82º 0.69% 0.47% -
HSV(B) 224.82º 0.82% 0.8% -
XYZ 14.34 10.3 57.73 -
YUV 80.58 197.09 96.92 -
System Red Green Blue C M Y K H S L
Decimal 37 79 203 0.82 0.61 0 0.20 224.82 0.69 0.47
Hex 25 4F CB 52 3D 0 14 E1 45 2F
Octal 45 117 313 122 75 0 24 341 105 57
Binary 100101 1001111 11001011 1010010 111101 0 10100 11100001 1000101 101111

Color Harmonies of #254FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FCB

Black with #254FCB

Text Example


Text Example

White with #254FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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