Html Css Color HEX #234FBA Cerulean Blue

📋 copy color: '#234FBA'

red 35 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #234FBA

Tints of Cerulean Blue #234FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

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

R = 11.67%
G = 26.33%
B = 62%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#234FBA (or 0x234FBA) is known color: Cerulean Blue. HEX triplet: 23, 4F and BA. RGB value is (35,79,186). Sum of RGB (Red+Green+Blue) = 35+79+186=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #234FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FBA is #DCB045. Grayscale: #4D4D4D. Windows color (decimal): -14463046 or 12209955. OLE color: 12209955.

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

Color convert

RGB 35 79 186 -
CMYK 0.81 0.58 0 0.27
HSL 222.52º 0.68% 0.43% -
HSV(B) 222.52º 0.81% 0.73% -
XYZ 12.35 9.49 47.64 -
YUV 78.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 35 79 186 0.81 0.58 0 0.27 222.52 0.68 0.43
Hex 23 4F BA 51 3A 0 1B DF 44 2B
Octal 43 117 272 121 72 0 33 337 104 53
Binary 100011 1001111 10111010 1010001 111010 0 11011 11011111 1000100 101011

Color Harmonies of #234FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FBA

Black with #234FBA

Text Example


Text Example

White with #234FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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