Html Css Color HEX #234DCB Cerulean Blue

📋 copy color: '#234DCB'

red 35 ◦ green 77 ◦ blue 203

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

Shades of Cerulean Blue #234DCB

Tints of Cerulean Blue #234DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 11.11%
G = 24.44%
B = 64.44%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#234DCB (or 0x234DCB) is known color: Cerulean Blue. HEX triplet: 23, 4D and CB. RGB value is (35,77,203). Sum of RGB (Red+Green+Blue) = 35+77+203=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #234DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DCB is #DCB234. Grayscale: #4E4E4E. Windows color (decimal): -14463541 or 13323555. OLE color: 13323555.

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

Color convert

RGB 35 77 203 -
CMYK 0.83 0.62 0 0.20
HSL 225º 0.71% 0.47% -
HSV(B) 225º 0.83% 0.8% -
XYZ 14.13 9.98 57.68 -
YUV 78.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 35 77 203 0.83 0.62 0 0.20 225 0.71 0.47
Hex 23 4D CB 53 3E 0 14 E1 47 2F
Octal 43 115 313 123 76 0 24 341 107 57
Binary 100011 1001101 11001011 1010011 111110 0 10100 11100001 1000111 101111

Color Harmonies of #234DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234DCB

Black with #234DCB

Text Example


Text Example

White with #234DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,77,203); }

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

background-color css

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

 a { background-color: rgb(35,77,203); }

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

border-color css

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

 span { border-color: rgb(35,77,203); }

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