Html Css Color HEX #284CBC Cerulean Blue

📋 copy color: '#284CBC'

red 40 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #284CBC

Tints of Cerulean Blue #284CBC

RGB

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

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

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

R = 13.16%
G = 25%
B = 61.84%

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

#284CBC (or 0x284CBC) is known color: Cerulean Blue. HEX triplet: 28, 4C and BC. RGB value is (40,76,188). Sum of RGB (Red+Green+Blue) = 40+76+188=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #284CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284CBC is #D7B343. Grayscale: #4D4D4D. Windows color (decimal): -14136132 or 12340264. OLE color: 12340264.

HSL color Cylindrical-coordinate representation of color #284CBC: hue angle of 225.41º 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 #284CBC is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 76 188 -
CMYK 0.79 0.60 0 0.26
HSL 225.41º 0.65% 0.45% -
HSV(B) 225.41º 0.79% 0.74% -
XYZ 12.54 9.25 48.7 -
YUV 78 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 40 76 188 0.79 0.60 0 0.26 225.41 0.65 0.45
Hex 28 4C BC 4F 3C 0 1A E1 41 2D
Octal 50 114 274 117 74 0 32 341 101 55
Binary 101000 1001100 10111100 1001111 111100 0 11010 11100001 1000001 101101

Color Harmonies of #284CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CBC

Black with #284CBC

Text Example


Text Example

White with #284CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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