Html Css Color HEX #234BBE Cerulean Blue

📋 copy color: '#234BBE'

red 35 ◦ green 75 ◦ blue 190

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

Shades of Cerulean Blue #234BBE

Tints of Cerulean Blue #234BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 11.67%
G = 25%
B = 63.33%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#234BBE (or 0x234BBE) is known color: Cerulean Blue. HEX triplet: 23, 4B and BE. RGB value is (35,75,190). Sum of RGB (Red+Green+Blue) = 35+75+190=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #234BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BBE is #DCB441. Grayscale: #4B4B4B. Windows color (decimal): -14464066 or 12471075. OLE color: 12471075.

HSL color Cylindrical-coordinate representation of color #234BBE: hue angle of 224.52º 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 #234BBE is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 75 190 -
CMYK 0.82 0.61 0 0.25
HSL 224.52º 0.69% 0.44% -
HSV(B) 224.52º 0.82% 0.75% -
XYZ 12.5 9.11 49.81 -
YUV 76.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 35 75 190 0.82 0.61 0 0.25 224.52 0.69 0.44
Hex 23 4B BE 52 3D 0 19 E1 45 2C
Octal 43 113 276 122 75 0 31 341 105 54
Binary 100011 1001011 10111110 1010010 111101 0 11001 11100001 1000101 101100

Color Harmonies of #234BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BBE

Black with #234BBE

Text Example


Text Example

White with #234BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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