Html Css Color HEX #307AD0 Curious Blue

📋 copy color: '#307AD0'

red 48 ◦ green 122 ◦ blue 208

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

Shades of Curious Blue #307AD0

Tints of Curious Blue #307AD0

RGB

 RED value IS 48 (19.14% from 255) = 12.7%

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 12.7%
G = 32.28%
B = 55.03%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#307AD0 (or 0x307AD0) is known color: Curious Blue. HEX triplet: 30, 7A and D0. RGB value is (48,122,208). Sum of RGB (Red+Green+Blue) = 48+122+208=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #307AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307AD0 is #CF852F. Grayscale: #6D6D6D. Windows color (decimal): -13600048 or 13662768. OLE color: 13662768.

HSL color Cylindrical-coordinate representation of color #307AD0: hue angle of 212.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307AD0 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 122 208 -
CMYK 0.77 0.41 0 0.18
HSL 212.25º 0.63% 0.5% -
HSV(B) 212.25º 0.77% 0.82% -
XYZ 19.56 19.1 62.33 -
YUV 109.68 183.48 84.01 -
System Red Green Blue C M Y K H S L
Decimal 48 122 208 0.77 0.41 0 0.18 212.25 0.63 0.5
Hex 30 7A D0 4D 29 0 12 D4 3F 32
Octal 60 172 320 115 51 0 22 324 77 62
Binary 110000 1111010 11010000 1001101 101001 0 10010 11010100 111111 110010

Color Harmonies of #307AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307AD0

Black with #307AD0

Text Example


Text Example

White with #307AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,122,208); }

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

background-color css

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

 a { background-color: rgb(48,122,208); }

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

border-color css

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

 span { border-color: rgb(48,122,208); }

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