Html Css Color HEX #284BBC Cerulean Blue

📋 copy color: '#284BBC'

red 40 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #284BBC

Tints of Cerulean Blue #284BBC

RGB

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

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

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

R = 13.2%
G = 24.75%
B = 62.05%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#284BBC (or 0x284BBC) is known color: Cerulean Blue. HEX triplet: 28, 4B and BC. RGB value is (40,75,188). Sum of RGB (Red+Green+Blue) = 40+75+188=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #284BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284BBC is #D7B443. Grayscale: #4C4C4C. Windows color (decimal): -14136388 or 12340008. OLE color: 12340008.

HSL color Cylindrical-coordinate representation of color #284BBC: hue angle of 225.81º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #284BBC is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 75 188 -
CMYK 0.79 0.60 0 0.26
HSL 225.81º 0.65% 0.45% -
HSV(B) 225.81º 0.79% 0.74% -
XYZ 12.47 9.11 48.68 -
YUV 77.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 40 75 188 0.79 0.60 0 0.26 225.81 0.65 0.45
Hex 28 4B BC 4F 3C 0 1A E2 41 2D
Octal 50 113 274 117 74 0 32 342 101 55
Binary 101000 1001011 10111100 1001111 111100 0 11010 11100010 1000001 101101

Color Harmonies of #284BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284BBC

Black with #284BBC

Text Example


Text Example

White with #284BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,75,188); }

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

background-color css

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

 a { background-color: rgb(40,75,188); }

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

border-color css

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

 span { border-color: rgb(40,75,188); }

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