Html Css Color HEX #274ACE Cerulean Blue

📋 copy color: '#274ACE'

red 39 ◦ green 74 ◦ blue 206

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

Shades of Cerulean Blue #274ACE

Tints of Cerulean Blue #274ACE

RGB

 RED value IS 39 (15.63% from 255) = 12.23%

 GREEN value IS 74 (29.3% from 255) = 23.2%

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

R = 12.23%
G = 23.2%
B = 64.58%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#274ACE (or 0x274ACE) is known color: Cerulean Blue. HEX triplet: 27, 4A and CE. RGB value is (39,74,206). Sum of RGB (Red+Green+Blue) = 39+74+206=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #274ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ACE is #D8B531. Grayscale: #4E4E4E. Windows color (decimal): -14202162 or 13519399. OLE color: 13519399.

HSL color Cylindrical-coordinate representation of color #274ACE: hue angle of 227.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #274ACE is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 74 206 -
CMYK 0.81 0.64 0 0.19
HSL 227.43º 0.68% 0.48% -
HSV(B) 227.43º 0.81% 0.81% -
XYZ 14.43 9.79 59.52 -
YUV 78.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 39 74 206 0.81 0.64 0 0.19 227.43 0.68 0.48
Hex 27 4A CE 51 40 0 13 E3 44 30
Octal 47 112 316 121 100 0 23 343 104 60
Binary 100111 1001010 11001110 1010001 1000000 0 10011 11100011 1000100 110000

Color Harmonies of #274ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274ACE

Black with #274ACE

Text Example


Text Example

White with #274ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274ACE; }

 p { color: rgb(39,74,206); }

 H1.HeaderClassName
 {
   color: #274ACE;
 }
 .AnyTagClassName
 {
   color: #274ACE;
 }
</style>

background-color css

<style>
 a { background-color: #274ACE; }

 a { background-color: rgb(39,74,206); }

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

border-color css

<style>
 span { border-color: #274ACE; }

 span { border-color: rgb(39,74,206); }

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