#234DD8

Color #234DD8 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #234DD8

Tints of Cerulean Blue #234DD8

Color information

#234DD8 (or 0x234DD8) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4D and D8. RGB value is (35,77,216). Sum of RGB (Red+Green+Blue) = 35+77+216=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 216 (84.77% from 255 or 65.85% from 328); Max value from RGB is 216 - color contains mainly: blue. Hex color #234DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DD8 is #DCB227. Grayscale: #4F4F4F. Windows color (decimal): -14463528 or 14175523. OLE color: 14175523.

HSL color Cylindrical-coordinate representation of color #234DD8: hue angle of 226.08º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234DD8 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3577216-
CMYK0.840.6400.15
HSL226.08º72.11%49.22%-
HSV(B)226.08º83.8%84.71%-
XYZ15.7410.6266.19-
YUV80.29204.5995.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.67%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 216 (84.77% from 255) = 65.85%
R=10.67%
G=23.48%
B=65.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35772160.840.6400.15226.0872.1149.22
Hex234DD854400Fe24831
Octal4311533012410001734211061
Binary1000111001101110110001010100100000001111111000101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #234DD8;
 }
 .AnyTagClassName
 {
   color: #234DD8;
 }
</style>
background-color css

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

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

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

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

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

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