Html Css Color HEX #234DBA Cerulean Blue

📋 copy color: '#234DBA'

red 35 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #234DBA

Tints of Cerulean Blue #234DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 11.74%
G = 25.84%
B = 62.42%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#234DBA (or 0x234DBA) is known color: Cerulean Blue. HEX triplet: 23, 4D and BA. RGB value is (35,77,186). Sum of RGB (Red+Green+Blue) = 35+77+186=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #234DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DBA is #DCB245. Grayscale: #4C4C4C. Windows color (decimal): -14463558 or 12209443. OLE color: 12209443.

HSL color Cylindrical-coordinate representation of color #234DBA: hue angle of 223.31º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234DBA is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 77 186 -
CMYK 0.81 0.59 0 0.27
HSL 223.31º 0.68% 0.43% -
HSV(B) 223.31º 0.81% 0.73% -
XYZ 12.21 9.21 47.59 -
YUV 76.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 35 77 186 0.81 0.59 0 0.27 223.31 0.68 0.43
Hex 23 4D BA 51 3B 0 1B DF 44 2B
Octal 43 115 272 121 73 0 33 337 104 53
Binary 100011 1001101 10111010 1010001 111011 0 11011 11011111 1000100 101011

Color Harmonies of #234DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234DBA

Black with #234DBA

Text Example


Text Example

White with #234DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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