Html Css Color HEX #234ACE Cerulean Blue

📋 copy color: '#234ACE'

red 35 ◦ green 74 ◦ blue 206

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

Shades of Cerulean Blue #234ACE

Tints of Cerulean Blue #234ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 11.11%
G = 23.49%
B = 65.4%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#234ACE (or 0x234ACE) is known color: Cerulean Blue. HEX triplet: 23, 4A and CE. RGB value is (35,74,206). Sum of RGB (Red+Green+Blue) = 35+74+206=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #234ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ACE is #DCB531. Grayscale: #4C4C4C. Windows color (decimal): -14464306 or 13519395. OLE color: 13519395.

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

Color convert

RGB 35 74 206 -
CMYK 0.83 0.64 0 0.19
HSL 226.32º 0.71% 0.47% -
HSV(B) 226.32º 0.83% 0.81% -
XYZ 14.28 9.71 59.51 -
YUV 77.39 200.58 97.77 -
System Red Green Blue C M Y K H S L
Decimal 35 74 206 0.83 0.64 0 0.19 226.32 0.71 0.47
Hex 23 4A CE 53 40 0 13 E2 47 2F
Octal 43 112 316 123 100 0 23 342 107 57
Binary 100011 1001010 11001110 1010011 1000000 0 10011 11100010 1000111 101111

Color Harmonies of #234ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234ACE

Black with #234ACE

Text Example


Text Example

White with #234ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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