Html Css Color HEX #274FDA Cerulean Blue

📋 copy color: '#274FDA'

red 39 ◦ green 79 ◦ blue 218

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

Shades of Cerulean Blue #274FDA

Tints of Cerulean Blue #274FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.51%

 BLUE value IS 218 (85.55% from 255) = 64.88%

R = 11.61%
G = 23.51%
B = 64.88%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#274FDA (or 0x274FDA) is known color: Cerulean Blue. HEX triplet: 27, 4F and DA. RGB value is (39,79,218). Sum of RGB (Red+Green+Blue) = 39+79+218=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #274FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274FDA is #D8B025. Grayscale: #525252. Windows color (decimal): -14200870 or 14307111. OLE color: 14307111.

HSL color Cylindrical-coordinate representation of color #274FDA: hue angle of 226.59º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #274FDA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 79 218 -
CMYK 0.82 0.64 0 0.15
HSL 226.59º 0.71% 0.5% -
HSV(B) 226.59º 0.82% 0.85% -
XYZ 16.29 11.09 67.61 -
YUV 82.89 204.25 96.7 -
System Red Green Blue C M Y K H S L
Decimal 39 79 218 0.82 0.64 0 0.15 226.59 0.71 0.5
Hex 27 4F DA 52 40 0 F E3 47 32
Octal 47 117 332 122 100 0 17 343 107 62
Binary 100111 1001111 11011010 1010010 1000000 0 1111 11100011 1000111 110010

Color Harmonies of #274FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FDA

Black with #274FDA

Text Example


Text Example

White with #274FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,79,218); }

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

background-color css

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

 a { background-color: rgb(39,79,218); }

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

border-color css

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

 span { border-color: rgb(39,79,218); }

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