Html Css Color HEX #234BDC Cerulean Blue

📋 copy color: '#234BDC'

red 35 ◦ green 75 ◦ blue 220

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

Shades of Cerulean Blue #234BDC

Tints of Cerulean Blue #234BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

 BLUE value IS 220 (86.33% from 255) = 66.67%

R = 10.61%
G = 22.73%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#234BDC (or 0x234BDC) is known color: Cerulean Blue. HEX triplet: 23, 4B and DC. RGB value is (35,75,220). Sum of RGB (Red+Green+Blue) = 35+75+220=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #234BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BDC is #DCB423. Grayscale: #4E4E4E. Windows color (decimal): -14464036 or 14437155. OLE color: 14437155.

HSL color Cylindrical-coordinate representation of color #234BDC: hue angle of 227.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234BDC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 75 220 -
CMYK 0.84 0.66 0 0.14
HSL 227.03º 0.73% 0.5% -
HSV(B) 227.03º 0.84% 0.86% -
XYZ 16.13 10.56 68.9 -
YUV 79.57 207.25 96.21 -
System Red Green Blue C M Y K H S L
Decimal 35 75 220 0.84 0.66 0 0.14 227.03 0.73 0.5
Hex 23 4B DC 54 42 0 E E3 49 32
Octal 43 113 334 124 102 0 16 343 111 62
Binary 100011 1001011 11011100 1010100 1000010 0 1110 11100011 1001001 110010

Color Harmonies of #234BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BDC

Black with #234BDC

Text Example


Text Example

White with #234BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,75,220); }

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

background-color css

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

 a { background-color: rgb(35,75,220); }

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

border-color css

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

 span { border-color: rgb(35,75,220); }

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