Html Css Color HEX #234FDC Cerulean Blue

📋 copy color: '#234FDC'

red 35 ◦ green 79 ◦ blue 220

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

Shades of Cerulean Blue #234FDC

Tints of Cerulean Blue #234FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.87%

R = 10.48%
G = 23.65%
B = 65.87%

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

#234FDC (or 0x234FDC) is known color: Cerulean Blue. HEX triplet: 23, 4F and DC. RGB value is (35,79,220). Sum of RGB (Red+Green+Blue) = 35+79+220=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #234FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FDC is #DCB023. Grayscale: #515151. Windows color (decimal): -14463012 or 14438179. OLE color: 14438179.

HSL color Cylindrical-coordinate representation of color #234FDC: hue angle of 225.73º degrees, saturation: 0.73, 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 #234FDC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 79 220 -
CMYK 0.84 0.64 0 0.14
HSL 225.73º 0.73% 0.5% -
HSV(B) 225.73º 0.84% 0.86% -
XYZ 16.41 11.12 68.99 -
YUV 81.92 205.92 94.54 -
System Red Green Blue C M Y K H S L
Decimal 35 79 220 0.84 0.64 0 0.14 225.73 0.73 0.5
Hex 23 4F DC 54 40 0 E E2 49 32
Octal 43 117 334 124 100 0 16 342 111 62
Binary 100011 1001111 11011100 1010100 1000000 0 1110 11100010 1001001 110010

Color Harmonies of #234FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FDC

Black with #234FDC

Text Example


Text Example

White with #234FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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