Html Css Color HEX #254BCE Cerulean Blue

📋 copy color: '#254BCE'

red 37 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #254BCE

Tints of Cerulean Blue #254BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 11.64%
G = 23.58%
B = 64.78%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#254BCE (or 0x254BCE) is known color: Cerulean Blue. HEX triplet: 25, 4B and CE. RGB value is (37,75,206). Sum of RGB (Red+Green+Blue) = 37+75+206=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #254BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BCE is #DAB431. Grayscale: #4E4E4E. Windows color (decimal): -14332978 or 13519653. OLE color: 13519653.

HSL color Cylindrical-coordinate representation of color #254BCE: hue angle of 226.51º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254BCE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 75 206 -
CMYK 0.82 0.64 0 0.19
HSL 226.51º 0.7% 0.48% -
HSV(B) 226.51º 0.82% 0.81% -
XYZ 14.42 9.88 59.54 -
YUV 78.57 199.91 98.35 -
System Red Green Blue C M Y K H S L
Decimal 37 75 206 0.82 0.64 0 0.19 226.51 0.7 0.48
Hex 25 4B CE 52 40 0 13 E3 46 30
Octal 45 113 316 122 100 0 23 343 106 60
Binary 100101 1001011 11001110 1010010 1000000 0 10011 11100011 1000110 110000

Color Harmonies of #254BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254BCE

Black with #254BCE

Text Example


Text Example

White with #254BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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