Html Css Color HEX #234BBD Cerulean Blue

📋 copy color: '#234BBD'

red 35 ◦ green 75 ◦ blue 189

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

Shades of Cerulean Blue #234BBD

Tints of Cerulean Blue #234BBD

RGB

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

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

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

R = 11.71%
G = 25.08%
B = 63.21%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#234BBD (or 0x234BBD) is known color: Cerulean Blue. HEX triplet: 23, 4B and BD. RGB value is (35,75,189). Sum of RGB (Red+Green+Blue) = 35+75+189=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #234BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BBD is #DCB442. Grayscale: #4B4B4B. Windows color (decimal): -14464067 or 12405539. OLE color: 12405539.

HSL color Cylindrical-coordinate representation of color #234BBD: hue angle of 224.42º 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 #234BBD is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 75 189 -
CMYK 0.81 0.60 0 0.26
HSL 224.42º 0.69% 0.44% -
HSV(B) 224.42º 0.81% 0.74% -
XYZ 12.39 9.06 49.24 -
YUV 76.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 35 75 189 0.81 0.60 0 0.26 224.42 0.69 0.44
Hex 23 4B BD 51 3C 0 1A E0 45 2C
Octal 43 113 275 121 74 0 32 340 105 54
Binary 100011 1001011 10111101 1010001 111100 0 11010 11100000 1000101 101100

Color Harmonies of #234BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BBD

Black with #234BBD

Text Example


Text Example

White with #234BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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