Html Css Color HEX #274DBA Cerulean Blue

📋 copy color: '#274DBA'

red 39 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #274DBA

Tints of Cerulean Blue #274DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 12.91%
G = 25.5%
B = 61.59%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#274DBA (or 0x274DBA) is known color: Cerulean Blue. HEX triplet: 27, 4D and BA. RGB value is (39,77,186). Sum of RGB (Red+Green+Blue) = 39+77+186=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #274DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #274DBA is #D8B245. Grayscale: #4D4D4D. Windows color (decimal): -14201414 or 12209447. OLE color: 12209447.

HSL color Cylindrical-coordinate representation of color #274DBA: hue angle of 224.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274DBA is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 77 186 -
CMYK 0.79 0.59 0 0.27
HSL 224.49º 0.65% 0.44% -
HSV(B) 224.49º 0.79% 0.73% -
XYZ 12.35 9.28 47.6 -
YUV 78.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 39 77 186 0.79 0.59 0 0.27 224.49 0.65 0.44
Hex 27 4D BA 4F 3B 0 1B E0 41 2C
Octal 47 115 272 117 73 0 33 340 101 54
Binary 100111 1001101 10111010 1001111 111011 0 11011 11100000 1000001 101100

Color Harmonies of #274DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DBA

Black with #274DBA

Text Example


Text Example

White with #274DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,77,186); }

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

background-color css

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

 a { background-color: rgb(39,77,186); }

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

border-color css

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

 span { border-color: rgb(39,77,186); }

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