Html Css Color HEX #2347DA Cerulean Blue

📋 copy color: '#2347DA'

red 35 ◦ green 71 ◦ blue 218

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

Shades of Cerulean Blue #2347DA

Tints of Cerulean Blue #2347DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.28%

R = 10.8%
G = 21.91%
B = 67.28%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2347DA (or 0x2347DA) is known color: Cerulean Blue. HEX triplet: 23, 47 and DA. RGB value is (35,71,218). Sum of RGB (Red+Green+Blue) = 35+71+218=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #2347DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2347DA is #DCB825. Grayscale: #4C4C4C. Windows color (decimal): -14465062 or 14305059. OLE color: 14305059.

HSL color Cylindrical-coordinate representation of color #2347DA: hue angle of 228.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2347DA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 71 218 -
CMYK 0.84 0.67 0 0.15
HSL 228.2º 0.72% 0.5% -
HSV(B) 228.2º 0.84% 0.85% -
XYZ 15.6 9.93 67.42 -
YUV 76.99 207.57 98.05 -
System Red Green Blue C M Y K H S L
Decimal 35 71 218 0.84 0.67 0 0.15 228.2 0.72 0.5
Hex 23 47 DA 54 43 0 F E4 48 32
Octal 43 107 332 124 103 0 17 344 110 62
Binary 100011 1000111 11011010 1010100 1000011 0 1111 11100100 1001000 110010

Color Harmonies of #2347DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2347DA

Black with #2347DA

Text Example


Text Example

White with #2347DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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