Html Css Color HEX #254FB9 Cerulean Blue

📋 copy color: '#254FB9'

red 37 ◦ green 79 ◦ blue 185

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

Shades of Cerulean Blue #254FB9

Tints of Cerulean Blue #254FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.46%

R = 12.29%
G = 26.25%
B = 61.46%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#254FB9 (or 0x254FB9) is known color: Cerulean Blue. HEX triplet: 25, 4F and B9. RGB value is (37,79,185). Sum of RGB (Red+Green+Blue) = 37+79+185=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #254FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FB9 is #DAB046. Grayscale: #4E4E4E. Windows color (decimal): -14331975 or 12144421. OLE color: 12144421.

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

Color convert

RGB 37 79 185 -
CMYK 0.80 0.57 0 0.27
HSL 222.97º 0.67% 0.44% -
HSV(B) 222.97º 0.8% 0.73% -
XYZ 12.32 9.49 47.08 -
YUV 78.53 188.09 98.38 -
System Red Green Blue C M Y K H S L
Decimal 37 79 185 0.80 0.57 0 0.27 222.97 0.67 0.44
Hex 25 4F B9 50 39 0 1B DF 43 2C
Octal 45 117 271 120 71 0 33 337 103 54
Binary 100101 1001111 10111001 1010000 111001 0 11011 11011111 1000011 101100

Color Harmonies of #254FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FB9

Black with #254FB9

Text Example


Text Example

White with #254FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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