Html Css Color HEX #2354CF Cerulean Blue

📋 copy color: '#2354CF'

red 35 ◦ green 84 ◦ blue 207

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

Shades of Cerulean Blue #2354CF

Tints of Cerulean Blue #2354CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

 BLUE value IS 207 (81.25% from 255) = 63.5%

R = 10.74%
G = 25.77%
B = 63.5%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2354CF (or 0x2354CF) is known color: Cerulean Blue. HEX triplet: 23, 54 and CF. RGB value is (35,84,207). Sum of RGB (Red+Green+Blue) = 35+84+207=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #2354CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2354CF is #DCAB30. Grayscale: #525252. Windows color (decimal): -14461745 or 13587491. OLE color: 13587491.

HSL color Cylindrical-coordinate representation of color #2354CF: hue angle of 222.91º 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 #2354CF is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 84 207 -
CMYK 0.83 0.59 0 0.19
HSL 222.91º 0.71% 0.47% -
HSV(B) 222.91º 0.83% 0.81% -
XYZ 15.13 11.2 60.4 -
YUV 83.37 197.77 93.5 -
System Red Green Blue C M Y K H S L
Decimal 35 84 207 0.83 0.59 0 0.19 222.91 0.71 0.47
Hex 23 54 CF 53 3B 0 13 DF 47 2F
Octal 43 124 317 123 73 0 23 337 107 57
Binary 100011 1010100 11001111 1010011 111011 0 10011 11011111 1000111 101111

Color Harmonies of #2354CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2354CF

Black with #2354CF

Text Example


Text Example

White with #2354CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2354CF; }

 p { color: rgb(35,84,207); }

 H1.HeaderClassName
 {
   color: #2354CF;
 }
 .AnyTagClassName
 {
   color: #2354CF;
 }
</style>

background-color css

<style>
 a { background-color: #2354CF; }

 a { background-color: rgb(35,84,207); }

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

border-color css

<style>
 span { border-color: #2354CF; }

 span { border-color: rgb(35,84,207); }

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