Html Css Color HEX #2246CD Cerulean Blue

📋 copy color: '#2246CD'

red 34 ◦ green 70 ◦ blue 205

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

Shades of Cerulean Blue #2246CD

Tints of Cerulean Blue #2246CD

RGB

 RED value IS 34 (13.67% from 255) = 11%

 GREEN value IS 70 (27.73% from 255) = 22.65%

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 11%
G = 22.65%
B = 66.34%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2246CD (or 0x2246CD) is known color: Cerulean Blue. HEX triplet: 22, 46 and CD. RGB value is (34,70,205). Sum of RGB (Red+Green+Blue) = 34+70+205=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #2246CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2246CD is #DDB932. Grayscale: #4A4A4A. Windows color (decimal): -14530867 or 13452834. OLE color: 13452834.

HSL color Cylindrical-coordinate representation of color #2246CD: hue angle of 227.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2246CD is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 70 205 -
CMYK 0.83 0.66 0 0.20
HSL 227.37º 0.72% 0.47% -
HSV(B) 227.37º 0.83% 0.8% -
XYZ 13.87 9.13 58.79 -
YUV 74.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 34 70 205 0.83 0.66 0 0.20 227.37 0.72 0.47
Hex 22 46 CD 53 42 0 14 E3 48 2F
Octal 42 106 315 123 102 0 24 343 110 57
Binary 100010 1000110 11001101 1010011 1000010 0 10100 11100011 1001000 101111

Color Harmonies of #2246CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2246CD

Black with #2246CD

Text Example


Text Example

White with #2246CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2246CD; }

 p { color: rgb(34,70,205); }

 H1.HeaderClassName
 {
   color: #2246CD;
 }
 .AnyTagClassName
 {
   color: #2246CD;
 }
</style>

background-color css

<style>
 a { background-color: #2246CD; }

 a { background-color: rgb(34,70,205); }

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

border-color css

<style>
 span { border-color: #2246CD; }

 span { border-color: rgb(34,70,205); }

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