Html Css Color HEX #2345D6 Cerulean Blue

📋 copy color: '#2345D6'

red 35 ◦ green 69 ◦ blue 214

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

Shades of Cerulean Blue #2345D6

Tints of Cerulean Blue #2345D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.3%

R = 11.01%
G = 21.7%
B = 67.3%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2345D6 (or 0x2345D6) is known color: Cerulean Blue. HEX triplet: 23, 45 and D6. RGB value is (35,69,214). Sum of RGB (Red+Green+Blue) = 35+69+214=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #2345D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345D6 is #DCBA29. Grayscale: #4A4A4A. Windows color (decimal): -14465578 or 14042403. OLE color: 14042403.

HSL color Cylindrical-coordinate representation of color #2345D6: hue angle of 228.6º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2345D6 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 69 214 -
CMYK 0.84 0.68 0 0.16
HSL 228.6º 0.72% 0.49% -
HSV(B) 228.6º 0.84% 0.84% -
XYZ 14.96 9.47 64.66 -
YUV 75.36 206.24 99.21 -
System Red Green Blue C M Y K H S L
Decimal 35 69 214 0.84 0.68 0 0.16 228.6 0.72 0.49
Hex 23 45 D6 54 44 0 10 E5 48 31
Octal 43 105 326 124 104 0 20 345 110 61
Binary 100011 1000101 11010110 1010100 1000100 0 10000 11100101 1001000 110001

Color Harmonies of #2345D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2345D6

Black with #2345D6

Text Example


Text Example

White with #2345D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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