Html Css Color HEX #154CD0 Cerulean Blue

📋 copy color: '#154CD0'

red 21 ◦ green 76 ◦ blue 208

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

Shades of Cerulean Blue #154CD0

Tints of Cerulean Blue #154CD0

RGB

 RED value IS 21 (8.59% from 255) = 6.89%

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 208 (81.64% from 255) = 68.2%

R = 6.89%
G = 24.92%
B = 68.2%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#154CD0 (or 0x154CD0) is known color: Cerulean Blue. HEX triplet: 15, 4C and D0. RGB value is (21,76,208). Sum of RGB (Red+Green+Blue) = 21+76+208=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #154CD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154CD0 is #EAB32F. Grayscale: #4A4A4A. Windows color (decimal): -15381296 or 13650965. OLE color: 13650965.

HSL color Cylindrical-coordinate representation of color #154CD0: hue angle of 222.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154CD0 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 76 208 -
CMYK 0.90 0.63 0 0.18
HSL 222.35º 0.82% 0.45% -
HSV(B) 222.35º 0.9% 0.82% -
XYZ 14.28 9.88 60.83 -
YUV 74.6 203.28 89.77 -
System Red Green Blue C M Y K H S L
Decimal 21 76 208 0.90 0.63 0 0.18 222.35 0.82 0.45
Hex 15 4C D0 5A 3F 0 12 DE 52 2D
Octal 25 114 320 132 77 0 22 336 122 55
Binary 10101 1001100 11010000 1011010 111111 0 10010 11011110 1010010 101101

Color Harmonies of #154CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154CD0

Black with #154CD0

Text Example


Text Example

White with #154CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154CD0; }

 p { color: rgb(21,76,208); }

 H1.HeaderClassName
 {
   color: #154CD0;
 }
 .AnyTagClassName
 {
   color: #154CD0;
 }
</style>

background-color css

<style>
 a { background-color: #154CD0; }

 a { background-color: rgb(21,76,208); }

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

border-color css

<style>
 span { border-color: #154CD0; }

 span { border-color: rgb(21,76,208); }

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