Html Css Color HEX #154BED Cerulean Blue

📋 copy color: '#154BED'

red 21 ◦ green 75 ◦ blue 237

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

Shades of Cerulean Blue #154BED

Tints of Cerulean Blue #154BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.17%

R = 6.31%
G = 22.52%
B = 71.17%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#154BED (or 0x154BED) is known color: Cerulean Blue. HEX triplet: 15, 4B and ED. RGB value is (21,75,237). Sum of RGB (Red+Green+Blue) = 21+75+237=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #154BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154BED is #EAB412. Grayscale: #4C4C4C. Windows color (decimal): -15381523 or 15551253. OLE color: 15551253.

HSL color Cylindrical-coordinate representation of color #154BED: hue angle of 225º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154BED is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 75 237 -
CMYK 0.91 0.68 0 0.07
HSL 225º 0.86% 0.51% -
HSV(B) 225º 0.91% 0.93% -
XYZ 18.11 11.31 81.35 -
YUV 77.32 218.11 87.83 -
System Red Green Blue C M Y K H S L
Decimal 21 75 237 0.91 0.68 0 0.07 225 0.86 0.51
Hex 15 4B ED 5B 44 0 7 E1 56 33
Octal 25 113 355 133 104 0 7 341 126 63
Binary 10101 1001011 11101101 1011011 1000100 0 111 11100001 1010110 110011

Color Harmonies of #154BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154BED

Black with #154BED

Text Example


Text Example

White with #154BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,75,237); }

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

background-color css

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

 a { background-color: rgb(21,75,237); }

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

border-color css

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

 span { border-color: rgb(21,75,237); }

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