Html Css Color HEX #2D6BCC Cerulean Blue

📋 copy color: '#2D6BCC'

red 45 ◦ green 107 ◦ blue 204

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

Shades of Cerulean Blue #2D6BCC

Tints of Cerulean Blue #2D6BCC

RGB

 RED value IS 45 (17.97% from 255) = 12.64%

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 204 (80.08% from 255) = 57.3%

R = 12.64%
G = 30.06%
B = 57.3%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2D6BCC (or 0x2D6BCC) is known color: Cerulean Blue. HEX triplet: 2D, 6B and CC. RGB value is (45,107,204). Sum of RGB (Red+Green+Blue) = 45+107+204=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D6BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6BCC is #D29433. Grayscale: #636363. Windows color (decimal): -13800500 or 13396781. OLE color: 13396781.

HSL color Cylindrical-coordinate representation of color #2D6BCC: hue angle of 216.6º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6BCC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 107 204 -
CMYK 0.78 0.48 0 0.2
HSL 216.6º 0.64% 0.49% -
HSV(B) 216.6º 0.78% 0.8% -
XYZ 17.24 15.43 59.2 -
YUV 99.52 186.96 89.11 -
System Red Green Blue C M Y K H S L
Decimal 45 107 204 0.78 0.48 0 0.2 216.6 0.64 0.49
Hex 2D 6B CC 4E 30 0 14 D9 40 31
Octal 55 153 314 116 60 0 24 331 100 61
Binary 101101 1101011 11001100 1001110 110000 0 10100 11011001 1000000 110001

Color Harmonies of #2D6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6BCC

Black with #2D6BCC

Text Example


Text Example

White with #2D6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D6BCC; }

 p { color: rgb(45,107,204); }

 H1.HeaderClassName
 {
   color: #2D6BCC;
 }
 .AnyTagClassName
 {
   color: #2D6BCC;
 }
</style>

background-color css

<style>
 a { background-color: #2D6BCC; }

 a { background-color: rgb(45,107,204); }

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

border-color css

<style>
 span { border-color: #2D6BCC; }

 span { border-color: rgb(45,107,204); }

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