Html Css Color HEX #254ABC Cerulean Blue

📋 copy color: '#254ABC'

red 37 ◦ green 74 ◦ blue 188

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

Shades of Cerulean Blue #254ABC

Tints of Cerulean Blue #254ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 12.37%
G = 24.75%
B = 62.88%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#254ABC (or 0x254ABC) is known color: Cerulean Blue. HEX triplet: 25, 4A and BC. RGB value is (37,74,188). Sum of RGB (Red+Green+Blue) = 37+74+188=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #254ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254ABC is #DAB543. Grayscale: #4B4B4B. Windows color (decimal): -14333252 or 12339749. OLE color: 12339749.

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

Color convert

RGB 37 74 188 -
CMYK 0.80 0.61 0 0.26
HSL 225.3º 0.67% 0.44% -
HSV(B) 225.3º 0.8% 0.74% -
XYZ 12.29 8.92 48.65 -
YUV 75.93 191.24 100.23 -
System Red Green Blue C M Y K H S L
Decimal 37 74 188 0.80 0.61 0 0.26 225.3 0.67 0.44
Hex 25 4A BC 50 3D 0 1A E1 43 2C
Octal 45 112 274 120 75 0 32 341 103 54
Binary 100101 1001010 10111100 1010000 111101 0 11010 11100001 1000011 101100

Color Harmonies of #254ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254ABC

Black with #254ABC

Text Example


Text Example

White with #254ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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