Html Css Color HEX #234ACD Cerulean Blue

📋 copy color: '#234ACD'

red 35 ◦ green 74 ◦ blue 205

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

Shades of Cerulean Blue #234ACD

Tints of Cerulean Blue #234ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 11.15%
G = 23.57%
B = 65.29%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#234ACD (or 0x234ACD) is known color: Cerulean Blue. HEX triplet: 23, 4A and CD. RGB value is (35,74,205). Sum of RGB (Red+Green+Blue) = 35+74+205=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #234ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234ACD is #DCB532. Grayscale: #4C4C4C. Windows color (decimal): -14464307 or 13453859. OLE color: 13453859.

HSL color Cylindrical-coordinate representation of color #234ACD: hue angle of 226.24º 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 #234ACD is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 74 205 -
CMYK 0.83 0.64 0 0.20
HSL 226.24º 0.71% 0.47% -
HSV(B) 226.24º 0.83% 0.8% -
XYZ 14.16 9.66 58.88 -
YUV 77.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 35 74 205 0.83 0.64 0 0.20 226.24 0.71 0.47
Hex 23 4A CD 53 40 0 14 E2 47 2F
Octal 43 112 315 123 100 0 24 342 107 57
Binary 100011 1001010 11001101 1010011 1000000 0 10100 11100010 1000111 101111

Color Harmonies of #234ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234ACD

Black with #234ACD

Text Example


Text Example

White with #234ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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