Html Css Color HEX #2345DD Cerulean Blue

📋 copy color: '#2345DD'

red 35 ◦ green 69 ◦ blue 221

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

Shades of Cerulean Blue #2345DD

Tints of Cerulean Blue #2345DD

RGB

 RED value IS 35 (14.06% from 255) = 10.77%

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 10.77%
G = 21.23%
B = 68%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2345DD (or 0x2345DD) is known color: Cerulean Blue. HEX triplet: 23, 45 and DD. RGB value is (35,69,221). Sum of RGB (Red+Green+Blue) = 35+69+221=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 69 (27.34% from 255 or 21.23% 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 #2345DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345DD is #DCBA22. Grayscale: #4B4B4B. Windows color (decimal): -14465571 or 14501155. OLE color: 14501155.

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

Color convert

RGB 35 69 221 -
CMYK 0.84 0.69 0 0.13
HSL 229.03º 0.73% 0.5% -
HSV(B) 229.03º 0.84% 0.87% -
XYZ 15.87 9.83 69.47 -
YUV 76.16 209.74 98.64 -
System Red Green Blue C M Y K H S L
Decimal 35 69 221 0.84 0.69 0 0.13 229.03 0.73 0.5
Hex 23 45 DD 54 45 0 D E5 49 32
Octal 43 105 335 124 105 0 15 345 111 62
Binary 100011 1000101 11011101 1010100 1000101 0 1101 11100101 1001001 110010

Color Harmonies of #2345DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2345DD

Black with #2345DD

Text Example


Text Example

White with #2345DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,69,221); }

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

background-color css

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

 a { background-color: rgb(35,69,221); }

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

border-color css

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

 span { border-color: rgb(35,69,221); }

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