Html Css Color HEX #274AF9 Neon Blue

📋 copy color: '#274AF9'

red 39 ◦ green 74 ◦ blue 249

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

Shades of Neon Blue #274AF9

Tints of Neon Blue #274AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 68.78%

R = 10.77%
G = 20.44%
B = 68.78%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#274AF9 (or 0x274AF9) is known color: Neon Blue. HEX triplet: 27, 4A and F9. RGB value is (39,74,249). Sum of RGB (Red+Green+Blue) = 39+74+249=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 249 (97.66% from 255 or 68.78% from 362); Max value from RGB is 249 - color contains mainly: blue. Hex color #274AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #274AF9 is #D8B506. Grayscale: #525252. Windows color (decimal): -14202119 or 16337447. OLE color: 16337447.

HSL color Cylindrical-coordinate representation of color #274AF9: hue angle of 230º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274AF9 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 74 249 -
CMYK 0.84 0.70 0 0.02
HSL 230º 0.95% 0.56% -
HSV(B) 230º 0.84% 0.98% -
XYZ 20.38 12.17 90.9 -
YUV 83.49 221.4 96.27 -
System Red Green Blue C M Y K H S L
Decimal 39 74 249 0.84 0.70 0 0.02 230 0.95 0.56
Hex 27 4A F9 54 46 0 2 E6 5F 38
Octal 47 112 371 124 106 0 2 346 137 70
Binary 100111 1001010 11111001 1010100 1000110 0 10 11100110 1011111 111000

Color Harmonies of #274AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274AF9

Black with #274AF9

Text Example


Text Example

White with #274AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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