Html Css Color HEX #274AD0 Cerulean Blue

📋 copy color: '#274AD0'

red 39 ◦ green 74 ◦ blue 208

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

Shades of Cerulean Blue #274AD0

Tints of Cerulean Blue #274AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 64.8%

R = 12.15%
G = 23.05%
B = 64.8%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#274AD0 (or 0x274AD0) is known color: Cerulean Blue. HEX triplet: 27, 4A and D0. RGB value is (39,74,208). Sum of RGB (Red+Green+Blue) = 39+74+208=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #274AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274AD0 is #D8B52F. Grayscale: #4E4E4E. Windows color (decimal): -14202160 or 13650471. OLE color: 13650471.

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

Color convert

RGB 39 74 208 -
CMYK 0.81 0.64 0 0.18
HSL 227.57º 0.68% 0.48% -
HSV(B) 227.57º 0.81% 0.82% -
XYZ 14.67 9.88 60.81 -
YUV 78.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 39 74 208 0.81 0.64 0 0.18 227.57 0.68 0.48
Hex 27 4A D0 51 40 0 12 E4 44 30
Octal 47 112 320 121 100 0 22 344 104 60
Binary 100111 1001010 11010000 1010001 1000000 0 10010 11100100 1000100 110000

Color Harmonies of #274AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274AD0

Black with #274AD0

Text Example


Text Example

White with #274AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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