Html Css Color HEX #254BBC Cerulean Blue

📋 copy color: '#254BBC'

red 37 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #254BBC

Tints of Cerulean Blue #254BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 12.33%
G = 25%
B = 62.67%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#254BBC (or 0x254BBC) is known color: Cerulean Blue. HEX triplet: 25, 4B and BC. RGB value is (37,75,188). Sum of RGB (Red+Green+Blue) = 37+75+188=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #254BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BBC is #DAB443. Grayscale: #4C4C4C. Windows color (decimal): -14332996 or 12340005. OLE color: 12340005.

HSL color Cylindrical-coordinate representation of color #254BBC: hue angle of 224.9º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254BBC is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 75 188 -
CMYK 0.80 0.60 0 0.26
HSL 224.9º 0.67% 0.44% -
HSV(B) 224.9º 0.8% 0.74% -
XYZ 12.36 9.06 48.67 -
YUV 76.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 37 75 188 0.80 0.60 0 0.26 224.9 0.67 0.44
Hex 25 4B BC 50 3C 0 1A E1 43 2C
Octal 45 113 274 120 74 0 32 341 103 54
Binary 100101 1001011 10111100 1010000 111100 0 11010 11100001 1000011 101100

Color Harmonies of #254BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254BBC

Black with #254BBC

Text Example


Text Example

White with #254BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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