Html Css Color HEX #284CB0 Cerulean Blue

📋 copy color: '#284CB0'

red 40 ◦ green 76 ◦ blue 176

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

Shades of Cerulean Blue #284CB0

Tints of Cerulean Blue #284CB0

RGB

 RED value IS 40 (16.02% from 255) = 13.7%

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

 BLUE value IS 176 (69.14% from 255) = 60.27%

R = 13.7%
G = 26.03%
B = 60.27%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#284CB0 (or 0x284CB0) is known color: Cerulean Blue. HEX triplet: 28, 4C and B0. RGB value is (40,76,176). Sum of RGB (Red+Green+Blue) = 40+76+176=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 176 (69.14% from 255 or 60.27% from 292); Max value from RGB is 176 - color contains mainly: blue. Hex color #284CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284CB0 is #D7B34F. Grayscale: #4C4C4C. Windows color (decimal): -14136144 or 11553832. OLE color: 11553832.

HSL color Cylindrical-coordinate representation of color #284CB0: hue angle of 224.12º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #284CB0 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 76 176 -
CMYK 0.77 0.57 0 0.31
HSL 224.12º 0.63% 0.42% -
HSV(B) 224.12º 0.77% 0.69% -
XYZ 11.3 8.75 42.17 -
YUV 76.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 40 76 176 0.77 0.57 0 0.31 224.12 0.63 0.42
Hex 28 4C B0 4D 39 0 1F E0 3F 2A
Octal 50 114 260 115 71 0 37 340 77 52
Binary 101000 1001100 10110000 1001101 111001 0 11111 11100000 111111 101010

Color Harmonies of #284CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CB0

Black with #284CB0

Text Example


Text Example

White with #284CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284CB0; }

 p { color: rgb(40,76,176); }

 H1.HeaderClassName
 {
   color: #284CB0;
 }
 .AnyTagClassName
 {
   color: #284CB0;
 }
</style>

background-color css

<style>
 a { background-color: #284CB0; }

 a { background-color: rgb(40,76,176); }

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

border-color css

<style>
 span { border-color: #284CB0; }

 span { border-color: rgb(40,76,176); }

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