Html Css Color HEX #2D6ACA Cerulean Blue

📋 copy color: '#2D6ACA'

red 45 ◦ green 106 ◦ blue 202

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

Shades of Cerulean Blue #2D6ACA

Tints of Cerulean Blue #2D6ACA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

 BLUE value IS 202 (79.3% from 255) = 57.22%

R = 12.75%
G = 30.03%
B = 57.22%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2D6ACA (or 0x2D6ACA) is known color: Cerulean Blue. HEX triplet: 2D, 6A and CA. RGB value is (45,106,202). Sum of RGB (Red+Green+Blue) = 45+106+202=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D6ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ACA is #D29535. Grayscale: #626262. Windows color (decimal): -13800758 or 13265453. OLE color: 13265453.

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

Color convert

RGB 45 106 202 -
CMYK 0.78 0.48 0 0.21
HSL 216.69º 0.64% 0.48% -
HSV(B) 216.69º 0.78% 0.79% -
XYZ 16.9 15.13 57.91 -
YUV 98.71 186.29 89.69 -
System Red Green Blue C M Y K H S L
Decimal 45 106 202 0.78 0.48 0 0.21 216.69 0.64 0.48
Hex 2D 6A CA 4E 30 0 15 D9 40 30
Octal 55 152 312 116 60 0 25 331 100 60
Binary 101101 1101010 11001010 1001110 110000 0 10101 11011001 1000000 110000

Color Harmonies of #2D6ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6ACA

Black with #2D6ACA

Text Example


Text Example

White with #2D6ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,106,202); }

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

background-color css

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

 a { background-color: rgb(45,106,202); }

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

border-color css

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

 span { border-color: rgb(45,106,202); }

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