Html Css Color HEX #254FB0 Cerulean Blue

📋 copy color: '#254FB0'

red 37 ◦ green 79 ◦ blue 176

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

Shades of Cerulean Blue #254FB0

Tints of Cerulean Blue #254FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 60.27%

R = 12.67%
G = 27.05%
B = 60.27%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#254FB0 (or 0x254FB0) is known color: Cerulean Blue. HEX triplet: 25, 4F and B0. RGB value is (37,79,176). Sum of RGB (Red+Green+Blue) = 37+79+176=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 176 (69.14% from 255 or 60.27% from 292); Max value from RGB is 176 - color contains mainly: blue. Hex color #254FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254FB0 is #DAB04F. Grayscale: #4D4D4D. Windows color (decimal): -14331984 or 11554597. OLE color: 11554597.

HSL color Cylindrical-coordinate representation of color #254FB0: hue angle of 221.87º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254FB0 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 79 176 -
CMYK 0.79 0.55 0 0.31
HSL 221.87º 0.65% 0.42% -
HSV(B) 221.87º 0.79% 0.69% -
XYZ 11.4 9.12 42.23 -
YUV 77.5 183.59 99.11 -
System Red Green Blue C M Y K H S L
Decimal 37 79 176 0.79 0.55 0 0.31 221.87 0.65 0.42
Hex 25 4F B0 4F 37 0 1F DE 41 2A
Octal 45 117 260 117 67 0 37 336 101 52
Binary 100101 1001111 10110000 1001111 110111 0 11111 11011110 1000001 101010

Color Harmonies of #254FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FB0

Black with #254FB0

Text Example


Text Example

White with #254FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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