Html Css Color HEX #234FDB Cerulean Blue

📋 copy color: '#234FDB'

red 35 ◦ green 79 ◦ blue 219

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

Shades of Cerulean Blue #234FDB

Tints of Cerulean Blue #234FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 10.51%
G = 23.72%
B = 65.77%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#234FDB (or 0x234FDB) is known color: Cerulean Blue. HEX triplet: 23, 4F and DB. RGB value is (35,79,219). Sum of RGB (Red+Green+Blue) = 35+79+219=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #234FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FDB is #DCB024. Grayscale: #515151. Windows color (decimal): -14463013 or 14372643. OLE color: 14372643.

HSL color Cylindrical-coordinate representation of color #234FDB: hue angle of 225.65º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234FDB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 79 219 -
CMYK 0.84 0.64 0 0.14
HSL 225.65º 0.72% 0.5% -
HSV(B) 225.65º 0.84% 0.86% -
XYZ 16.28 11.06 68.3 -
YUV 81.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 35 79 219 0.84 0.64 0 0.14 225.65 0.72 0.5
Hex 23 4F DB 54 40 0 E E2 48 32
Octal 43 117 333 124 100 0 16 342 110 62
Binary 100011 1001111 11011011 1010100 1000000 0 1110 11100010 1001000 110010

Color Harmonies of #234FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FDB

Black with #234FDB

Text Example


Text Example

White with #234FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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