Html Css Color HEX #274ABF Cerulean Blue

📋 copy color: '#274ABF'

red 39 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #274ABF

Tints of Cerulean Blue #274ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 12.83%
G = 24.34%
B = 62.83%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#274ABF (or 0x274ABF) is known color: Cerulean Blue. HEX triplet: 27, 4A and BF. RGB value is (39,74,191). Sum of RGB (Red+Green+Blue) = 39+74+191=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #274ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ABF is #D8B540. Grayscale: #4C4C4C. Windows color (decimal): -14202177 or 12536359. OLE color: 12536359.

HSL color Cylindrical-coordinate representation of color #274ABF: hue angle of 226.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #274ABF is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 74 191 -
CMYK 0.80 0.61 0 0.25
HSL 226.18º 0.66% 0.45% -
HSV(B) 226.18º 0.8% 0.75% -
XYZ 12.69 9.09 50.38 -
YUV 76.87 192.4 100.99 -
System Red Green Blue C M Y K H S L
Decimal 39 74 191 0.80 0.61 0 0.25 226.18 0.66 0.45
Hex 27 4A BF 50 3D 0 19 E2 42 2D
Octal 47 112 277 120 75 0 31 342 102 55
Binary 100111 1001010 10111111 1010000 111101 0 11001 11100010 1000010 101101

Color Harmonies of #274ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274ABF

Black with #274ABF

Text Example


Text Example

White with #274ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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