Html Css Color HEX #2346DF Cerulean Blue

📋 copy color: '#2346DF'

red 35 ◦ green 70 ◦ blue 223

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

Shades of Cerulean Blue #2346DF

Tints of Cerulean Blue #2346DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.99%

R = 10.67%
G = 21.34%
B = 67.99%

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

#2346DF (or 0x2346DF) is known color: Cerulean Blue. HEX triplet: 23, 46 and DF. RGB value is (35,70,223). Sum of RGB (Red+Green+Blue) = 35+70+223=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #2346DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2346DF is #DCB920. Grayscale: #4C4C4C. Windows color (decimal): -14465313 or 14632483. OLE color: 14632483.

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

Color convert

RGB 35 70 223 -
CMYK 0.84 0.69 0 0.13
HSL 228.83º 0.75% 0.51% -
HSV(B) 228.83º 0.84% 0.87% -
XYZ 16.2 10.07 70.9 -
YUV 76.98 210.4 98.06 -
System Red Green Blue C M Y K H S L
Decimal 35 70 223 0.84 0.69 0 0.13 228.83 0.75 0.51
Hex 23 46 DF 54 45 0 D E5 4B 33
Octal 43 106 337 124 105 0 15 345 113 63
Binary 100011 1000110 11011111 1010100 1000101 0 1101 11100101 1001011 110011

Color Harmonies of #2346DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2346DF

Black with #2346DF

Text Example


Text Example

White with #2346DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2346DF; }

 p { color: rgb(35,70,223); }

 H1.HeaderClassName
 {
   color: #2346DF;
 }
 .AnyTagClassName
 {
   color: #2346DF;
 }
</style>

background-color css

<style>
 a { background-color: #2346DF; }

 a { background-color: rgb(35,70,223); }

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

border-color css

<style>
 span { border-color: #2346DF; }

 span { border-color: rgb(35,70,223); }

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