Html Css Color HEX #2246DD Cerulean Blue

📋 copy color: '#2246DD'

red 34 ◦ green 70 ◦ blue 221

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

Shades of Cerulean Blue #2246DD

Tints of Cerulean Blue #2246DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68%

R = 10.46%
G = 21.54%
B = 68%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2246DD (or 0x2246DD) is known color: Cerulean Blue. HEX triplet: 22, 46 and DD. RGB value is (34,70,221). Sum of RGB (Red+Green+Blue) = 34+70+221=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #2246DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2246DD is #DDB922. Grayscale: #4B4B4B. Windows color (decimal): -14530851 or 14501410. OLE color: 14501410.

HSL color Cylindrical-coordinate representation of color #2246DD: hue angle of 228.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2246DD is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 70 221 -
CMYK 0.85 0.68 0 0.13
HSL 228.45º 0.73% 0.5% -
HSV(B) 228.45º 0.85% 0.87% -
XYZ 15.9 9.94 69.49 -
YUV 76.45 209.57 97.72 -
System Red Green Blue C M Y K H S L
Decimal 34 70 221 0.85 0.68 0 0.13 228.45 0.73 0.5
Hex 22 46 DD 55 44 0 D E4 49 32
Octal 42 106 335 125 104 0 15 344 111 62
Binary 100010 1000110 11011101 1010101 1000100 0 1101 11100100 1001001 110010

Color Harmonies of #2246DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2246DD

Black with #2246DD

Text Example


Text Example

White with #2246DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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