Html Css Color HEX #2348DF Cerulean Blue

📋 copy color: '#2348DF'

red 35 ◦ green 72 ◦ blue 223

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

Shades of Cerulean Blue #2348DF

Tints of Cerulean Blue #2348DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 10.61%
G = 21.82%
B = 67.58%

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

#2348DF (or 0x2348DF) is known color: Cerulean Blue. HEX triplet: 23, 48 and DF. RGB value is (35,72,223). Sum of RGB (Red+Green+Blue) = 35+72+223=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #2348DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2348DF is #DCB720. Grayscale: #4D4D4D. Windows color (decimal): -14464801 or 14632995. OLE color: 14632995.

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

Color convert

RGB 35 72 223 -
CMYK 0.84 0.68 0 0.13
HSL 228.19º 0.75% 0.51% -
HSV(B) 228.19º 0.84% 0.87% -
XYZ 16.33 10.32 70.94 -
YUV 78.15 209.74 97.22 -
System Red Green Blue C M Y K H S L
Decimal 35 72 223 0.84 0.68 0 0.13 228.19 0.75 0.51
Hex 23 48 DF 54 44 0 D E4 4B 33
Octal 43 110 337 124 104 0 15 344 113 63
Binary 100011 1001000 11011111 1010100 1000100 0 1101 11100100 1001011 110011

Color Harmonies of #2348DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2348DF

Black with #2348DF

Text Example


Text Example

White with #2348DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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