Html Css Color HEX #234CBF Cerulean Blue

📋 copy color: '#234CBF'

red 35 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #234CBF

Tints of Cerulean Blue #234CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

 BLUE value IS 191 (75% from 255) = 63.25%

R = 11.59%
G = 25.17%
B = 63.25%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#234CBF (or 0x234CBF) is known color: Cerulean Blue. HEX triplet: 23, 4C and BF. RGB value is (35,76,191). Sum of RGB (Red+Green+Blue) = 35+76+191=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #234CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CBF is #DCB340. Grayscale: #4C4C4C. Windows color (decimal): -14463809 or 12536867. OLE color: 12536867.

HSL color Cylindrical-coordinate representation of color #234CBF: hue angle of 224.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234CBF is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 76 191 -
CMYK 0.82 0.60 0 0.25
HSL 224.23º 0.69% 0.44% -
HSV(B) 224.23º 0.82% 0.75% -
XYZ 12.68 9.29 50.41 -
YUV 76.85 192.42 98.15 -
System Red Green Blue C M Y K H S L
Decimal 35 76 191 0.82 0.60 0 0.25 224.23 0.69 0.44
Hex 23 4C BF 52 3C 0 19 E0 45 2C
Octal 43 114 277 122 74 0 31 340 105 54
Binary 100011 1001100 10111111 1010010 111100 0 11001 11100000 1000101 101100

Color Harmonies of #234CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CBF

Black with #234CBF

Text Example


Text Example

White with #234CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,76,191); }

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

background-color css

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

 a { background-color: rgb(35,76,191); }

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

border-color css

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

 span { border-color: rgb(35,76,191); }

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