Html Css Color HEX #234BCE Cerulean Blue

📋 copy color: '#234BCE'

red 35 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #234BCE

Tints of Cerulean Blue #234BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 11.08%
G = 23.73%
B = 65.19%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#234BCE (or 0x234BCE) is known color: Cerulean Blue. HEX triplet: 23, 4B and CE. RGB value is (35,75,206). Sum of RGB (Red+Green+Blue) = 35+75+206=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #234BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234BCE is #DCB431. Grayscale: #4D4D4D. Windows color (decimal): -14464050 or 13519651. OLE color: 13519651.

HSL color Cylindrical-coordinate representation of color #234BCE: hue angle of 225.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234BCE is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 75 206 -
CMYK 0.83 0.64 0 0.19
HSL 225.96º 0.71% 0.47% -
HSV(B) 225.96º 0.83% 0.81% -
XYZ 14.35 9.85 59.54 -
YUV 77.97 200.25 97.35 -
System Red Green Blue C M Y K H S L
Decimal 35 75 206 0.83 0.64 0 0.19 225.96 0.71 0.47
Hex 23 4B CE 53 40 0 13 E2 47 2F
Octal 43 113 316 123 100 0 23 342 107 57
Binary 100011 1001011 11001110 1010011 1000000 0 10011 11100010 1000111 101111

Color Harmonies of #234BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BCE

Black with #234BCE

Text Example


Text Example

White with #234BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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