Html Css Color HEX #234FE1 Cerulean Blue

📋 copy color: '#234FE1'

red 35 ◦ green 79 ◦ blue 225

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

Shades of Cerulean Blue #234FE1

Tints of Cerulean Blue #234FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.37%

R = 10.32%
G = 23.3%
B = 66.37%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#234FE1 (or 0x234FE1) is known color: Cerulean Blue. HEX triplet: 23, 4F and E1. RGB value is (35,79,225). Sum of RGB (Red+Green+Blue) = 35+79+225=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #234FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234FE1 is #DCB01E. Grayscale: #515151. Windows color (decimal): -14463007 or 14765859. OLE color: 14765859.

HSL color Cylindrical-coordinate representation of color #234FE1: hue angle of 226.11º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234FE1 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 79 225 -
CMYK 0.84 0.65 0 0.12
HSL 226.11º 0.76% 0.51% -
HSV(B) 226.11º 0.84% 0.88% -
XYZ 17.08 11.39 72.53 -
YUV 82.49 208.42 94.13 -
System Red Green Blue C M Y K H S L
Decimal 35 79 225 0.84 0.65 0 0.12 226.11 0.76 0.51
Hex 23 4F E1 54 41 0 C E2 4C 33
Octal 43 117 341 124 101 0 14 342 114 63
Binary 100011 1001111 11100001 1010100 1000001 0 1100 11100010 1001100 110011

Color Harmonies of #234FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FE1

Black with #234FE1

Text Example


Text Example

White with #234FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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