Html Css Color HEX #274ACD Cerulean Blue

📋 copy color: '#274ACD'

red 39 ◦ green 74 ◦ blue 205

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

Shades of Cerulean Blue #274ACD

Tints of Cerulean Blue #274ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 12.26%
G = 23.27%
B = 64.47%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#274ACD (or 0x274ACD) is known color: Cerulean Blue. HEX triplet: 27, 4A and CD. RGB value is (39,74,205). Sum of RGB (Red+Green+Blue) = 39+74+205=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #274ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ACD is #D8B532. Grayscale: #4D4D4D. Windows color (decimal): -14202163 or 13453863. OLE color: 13453863.

HSL color Cylindrical-coordinate representation of color #274ACD: hue angle of 227.35º 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 #274ACD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 74 205 -
CMYK 0.81 0.64 0 0.20
HSL 227.35º 0.68% 0.48% -
HSV(B) 227.35º 0.81% 0.8% -
XYZ 14.3 9.74 58.88 -
YUV 78.47 199.4 99.85 -
System Red Green Blue C M Y K H S L
Decimal 39 74 205 0.81 0.64 0 0.20 227.35 0.68 0.48
Hex 27 4A CD 51 40 0 14 E3 44 30
Octal 47 112 315 121 100 0 24 343 104 60
Binary 100111 1001010 11001101 1010001 1000000 0 10100 11100011 1000100 110000

Color Harmonies of #274ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274ACD

Black with #274ACD

Text Example


Text Example

White with #274ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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