Html Css Color HEX #254FBC Cerulean Blue

📋 copy color: '#254FBC'

red 37 ◦ green 79 ◦ blue 188

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

Shades of Cerulean Blue #254FBC

Tints of Cerulean Blue #254FBC

RGB

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

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

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

R = 12.17%
G = 25.99%
B = 61.84%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#254FBC (or 0x254FBC) is known color: Cerulean Blue. HEX triplet: 25, 4F and BC. RGB value is (37,79,188). Sum of RGB (Red+Green+Blue) = 37+79+188=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #254FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FBC is #DAB043. Grayscale: #4E4E4E. Windows color (decimal): -14331972 or 12341029. OLE color: 12341029.

HSL color Cylindrical-coordinate representation of color #254FBC: hue angle of 223.31º 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 #254FBC is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 79 188 -
CMYK 0.80 0.58 0 0.26
HSL 223.31º 0.67% 0.44% -
HSV(B) 223.31º 0.8% 0.74% -
XYZ 12.64 9.62 48.77 -
YUV 78.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 37 79 188 0.80 0.58 0 0.26 223.31 0.67 0.44
Hex 25 4F BC 50 3A 0 1A DF 43 2C
Octal 45 117 274 120 72 0 32 337 103 54
Binary 100101 1001111 10111100 1010000 111010 0 11010 11011111 1000011 101100

Color Harmonies of #254FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FBC

Black with #254FBC

Text Example


Text Example

White with #254FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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