Html Css Color HEX #2347DF Cerulean Blue

📋 copy color: '#2347DF'

red 35 ◦ green 71 ◦ blue 223

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

Shades of Cerulean Blue #2347DF

Tints of Cerulean Blue #2347DF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 10.64%
G = 21.58%
B = 67.78%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2347DF (or 0x2347DF) is known color: Cerulean Blue. HEX triplet: 23, 47 and DF. RGB value is (35,71,223). Sum of RGB (Red+Green+Blue) = 35+71+223=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #2347DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2347DF is #DCB820. Grayscale: #4C4C4C. Windows color (decimal): -14465057 or 14632739. OLE color: 14632739.

HSL color Cylindrical-coordinate representation of color #2347DF: hue angle of 228.51º 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 #2347DF is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 71 223 -
CMYK 0.84 0.68 0 0.13
HSL 228.51º 0.75% 0.51% -
HSV(B) 228.51º 0.84% 0.87% -
XYZ 16.27 10.19 70.92 -
YUV 77.56 210.07 97.64 -
System Red Green Blue C M Y K H S L
Decimal 35 71 223 0.84 0.68 0 0.13 228.51 0.75 0.51
Hex 23 47 DF 54 44 0 D E5 4B 33
Octal 43 107 337 124 104 0 15 345 113 63
Binary 100011 1000111 11011111 1010100 1000100 0 1101 11100101 1001011 110011

Color Harmonies of #2347DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2347DF

Black with #2347DF

Text Example


Text Example

White with #2347DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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