Html Css Color HEX #234CCD Cerulean Blue

📋 copy color: '#234CCD'

red 35 ◦ green 76 ◦ blue 205

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

Shades of Cerulean Blue #234CCD

Tints of Cerulean Blue #234CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.05%

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

R = 11.08%
G = 24.05%
B = 64.87%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#234CCD (or 0x234CCD) is known color: Cerulean Blue. HEX triplet: 23, 4C and CD. RGB value is (35,76,205). Sum of RGB (Red+Green+Blue) = 35+76+205=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #234CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CCD is #DCB332. Grayscale: #4D4D4D. Windows color (decimal): -14463795 or 13454371. OLE color: 13454371.

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

Color convert

RGB 35 76 205 -
CMYK 0.83 0.63 0 0.20
HSL 225.53º 0.71% 0.47% -
HSV(B) 225.53º 0.83% 0.8% -
XYZ 14.3 9.93 58.92 -
YUV 78.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 35 76 205 0.83 0.63 0 0.20 225.53 0.71 0.47
Hex 23 4C CD 53 3F 0 14 E2 47 2F
Octal 43 114 315 123 77 0 24 342 107 57
Binary 100011 1001100 11001101 1010011 111111 0 10100 11100010 1000111 101111

Color Harmonies of #234CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CCD

Black with #234CCD

Text Example


Text Example

White with #234CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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