Html Css Color HEX #234DBD Cerulean Blue

📋 copy color: '#234DBD'

red 35 ◦ green 77 ◦ blue 189

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

Shades of Cerulean Blue #234DBD

Tints of Cerulean Blue #234DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.79%

R = 11.63%
G = 25.58%
B = 62.79%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#234DBD (or 0x234DBD) is known color: Cerulean Blue. HEX triplet: 23, 4D and BD. RGB value is (35,77,189). Sum of RGB (Red+Green+Blue) = 35+77+189=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #234DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DBD is #DCB242. Grayscale: #4C4C4C. Windows color (decimal): -14463555 or 12406051. OLE color: 12406051.

HSL color Cylindrical-coordinate representation of color #234DBD: hue angle of 223.64º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234DBD is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 77 189 -
CMYK 0.81 0.59 0 0.26
HSL 223.64º 0.69% 0.44% -
HSV(B) 223.64º 0.81% 0.74% -
XYZ 12.53 9.34 49.29 -
YUV 77.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 35 77 189 0.81 0.59 0 0.26 223.64 0.69 0.44
Hex 23 4D BD 51 3B 0 1A E0 45 2C
Octal 43 115 275 121 73 0 32 340 105 54
Binary 100011 1001101 10111101 1010001 111011 0 11010 11100000 1000101 101100

Color Harmonies of #234DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234DBD

Black with #234DBD

Text Example


Text Example

White with #234DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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