Html Css Color HEX #274ACC Cerulean Blue

📋 copy color: '#274ACC'

red 39 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #274ACC

Tints of Cerulean Blue #274ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 12.3%
G = 23.34%
B = 64.35%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#274ACC (or 0x274ACC) is known color: Cerulean Blue. HEX triplet: 27, 4A and CC. RGB value is (39,74,204). Sum of RGB (Red+Green+Blue) = 39+74+204=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #274ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ACC is #D8B533. Grayscale: #4D4D4D. Windows color (decimal): -14202164 or 13388327. OLE color: 13388327.

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

Color convert

RGB 39 74 204 -
CMYK 0.81 0.64 0 0.2
HSL 227.27º 0.68% 0.48% -
HSV(B) 227.27º 0.81% 0.8% -
XYZ 14.18 9.69 58.25 -
YUV 78.36 198.9 99.93 -
System Red Green Blue C M Y K H S L
Decimal 39 74 204 0.81 0.64 0 0.2 227.27 0.68 0.48
Hex 27 4A CC 51 40 0 14 E3 44 30
Octal 47 112 314 121 100 0 24 343 104 60
Binary 100111 1001010 11001100 1010001 1000000 0 10100 11100011 1000100 110000

Color Harmonies of #274ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274ACC

Black with #274ACC

Text Example


Text Example

White with #274ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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