Html Css Color HEX #234ACC Cerulean Blue

📋 copy color: '#234ACC'

red 35 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #234ACC

Tints of Cerulean Blue #234ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 11.18%
G = 23.64%
B = 65.18%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#234ACC (or 0x234ACC) is known color: Cerulean Blue. HEX triplet: 23, 4A and CC. RGB value is (35,74,204). Sum of RGB (Red+Green+Blue) = 35+74+204=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #234ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ACC is #DCB533. Grayscale: #4C4C4C. Windows color (decimal): -14464308 or 13388323. OLE color: 13388323.

HSL color Cylindrical-coordinate representation of color #234ACC: hue angle of 226.15º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234ACC is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 74 204 -
CMYK 0.83 0.64 0 0.2
HSL 226.15º 0.71% 0.47% -
HSV(B) 226.15º 0.83% 0.8% -
XYZ 14.04 9.61 58.24 -
YUV 77.16 199.58 97.93 -
System Red Green Blue C M Y K H S L
Decimal 35 74 204 0.83 0.64 0 0.2 226.15 0.71 0.47
Hex 23 4A CC 53 40 0 14 E2 47 2F
Octal 43 112 314 123 100 0 24 342 107 57
Binary 100011 1001010 11001100 1010011 1000000 0 10100 11100010 1000111 101111

Color Harmonies of #234ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234ACC

Black with #234ACC

Text Example


Text Example

White with #234ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234ACC; }

 p { color: rgb(35,74,204); }

 H1.HeaderClassName
 {
   color: #234ACC;
 }
 .AnyTagClassName
 {
   color: #234ACC;
 }
</style>

background-color css

<style>
 a { background-color: #234ACC; }

 a { background-color: rgb(35,74,204); }

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

border-color css

<style>
 span { border-color: #234ACC; }

 span { border-color: rgb(35,74,204); }

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